CaptionType Enumeration
Represents the geometry of the line of a caption.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
Public Enumeration CaptionType
| StraightLine | 0 |
A line perpendicular to the escape direction is drawn to the caption point.
|
| AngledLine | 1 |
A line is drawn to the caption point.
|
| AngledConnectorLine | 2 |
A line in escape direction is drawn, followed by a line to the caption point.
|
| None | 3 |
None.
|